Horizontal Menu Scroll Java AppletPopular Applets CollectionJava Applets Home
Horizontal Menu Scroll Java Applet   
Commerical Version 1.0




Example 2Example 3

Horizontal Menu Scroll is an excellent and useful scrolling text menu applet. You can use it as a horizontal text scroller.

The Horizontal Menu Scroll Java applet is available as part of Popular Applets Collection.

Applet Features
  • Smooth scrolling
  • Full customizable font characteristics
  • Custom colored border
  • Custom scroll delay
  • Highlighted URL links
and more...



As an example here's the code I used for the applet on top :

<applet code="menuscroll.class" width="460" height="18">

<param name="regcode" value="">
<param name="info" value="Applet by Gokhan Dagli,japplets.tripod.com">

<param name="bgcolor" value="000000">
<param name="border_color" value="000000">
<param name="text_color" value="000000">
<param name="highlight_text_color" value="000000">
<param name="rect_color" value="E8B200">
<param name="highlight_rect_color" value="FFFF00">
<param name="arrow_color" value="E8B200">
<param name="highlight_arrow_color" value="FFFF00">
<param name="arrow_bgcolor" value="700000">

<param name="font_type" value="Arial">
<param name="font_size" value="12">
<param name="font_style" value="0">

<param name="border" value="yes">
<param name="space" value="10">

<param name="scroll_delay" value="16">
<param name="xspace" value="1">
<param name="scroll_jump" value="1">
<param name="yposition" value="14">

<param name="mouse_over" value="normal">

<param name="text1" value="Popular Applets Collection">
<param name="link1" value="http://japplets.tripod.com/popular.html">
<param name="target_frame1" value="_self">

<param name="text2" value="Advanced News Scroll">
<param name="link2" value="http://japplets.tripod.com/advnewsscroll.html">
<param name="target_frame2" value="_self">

<param name="text3" value="Advanced Newsticker">
<param name="link3" value="http://japplets.tripod.com/advnewsticker.html">
<param name="target_frame3" value="_self">

<param name="text4" value="Horizontal Menu Scroll">
<param name="link4" value="http://japplets.tripod.com/hmenus.html">
<param name="target_frame4" value="_self">

<param name="text5" value="Text Effects Collection">
<param name="link5" value="http://japplets.tripod.com/text.html">
<param name="target_frame5" value="_self">

</applet>



Information:

Author: Gokhan Dagli
Site URL : http://japplets.tripod.com/
Applet URL : http://japplets.tripod.com/hmenus.html
Class File : menuscroll.class
Mail : quickshare@excite.com
This effect contains the code by Gokhan Dagli, used under a licence. Before using this applet you must read the license agreement.
You can use the applet freely to enhance your web pages (commerical or non-commerical). However, I placed a status bar message that will appear when the applet is online on a site and regcode parameter isn't correct.
Registration Fee : 39USD . You can buy it when finished testing (try before you buy). Buy it once, use same regcode for new versions! You have to pay small amount of money and receive your registration codes (regcodes). You can buy the registration code using a credit card through Regnow secure servers. Click here!

The Horizontal Menu Scroll Java applet is available as part of Popular Applets Collection.



Horizontal Menu Scroll's parameters are explained below : The following instructions describe the meaning of the available parameters for this applet:


ParametersValue
<applet code="menuscroll.class" width="460" height="18">The applet tag identifies the location, class file name, and size of a Java applet. The first part of the tag code=menuscroll.class, identifies the name of the Java applet. The second and third part of the applet tag identifies the width and height of the applet (usually measured in screen pixels).
<param name="regcode" value="">Registration code (if you have it). In the "regcode" parameter, place the registration code you purchased from us. You have to pay small amount of money and receive your registration code (regcode). Click here for buying regcode. You can use the applet freely to enhance your web pages (commerical or non-commerical). However, I placed a status bar message that will appear when the applet is online on a site and regcode parameter isn't correct. You can buy the registration code using a credit card through Regnow secure server. It also accepts Checks and Money Orders through postal mail.
<param name="info" value="Applet by Gokhan Dagli,japplets.tripod.com">Information about the Horizontal Menu Scroll Java applet. The info parameter must be included for the applet to run. It is case sensitive, and the number of spaces between words must be identical.
<param name="bgcolor" value="000000">Background color, in hexadecimal RGB format.
<param name="border_color" value="000000">Color of the applet border, in hexadecimal RGB format.
<param name="text_color" value="000000">Color of the text messages, in hexadecimal RGB format.
<param name="highlight_text_color" value="000000">This parameter will change the color of the text message to the specified color when your mouse moves over the applet. This will only occur if there's an associated URL for the current text. You must use hexadecimal RGB format.
<param name="rect_color" value="E8B200">Color of the rectangles, in hexadecimal RGB format.
<param name="highlight_rect_color" value="FFFF00">This parameter will change the color of the rectangle to the specified color when your mouse moves over the rectangle. This will only occur if there's an associated URL for the current menu item (text). You must use hexadecimal RGB format.
<param name="arrow_color" value="E8B200">Color of the arrows, in hexadecimal RGB format.
<param name="highlight_arrow_color" value="FFFF00">This parameter will change the color of the arrows to the specified color when your mouse moves over the arrows.
<param name="arrow_bgcolor" value="700000">Color of the arrow background, in hexadecimal RGB format.
<param name="font_type" value="Arial">Name of the text font. Valid values are: "Helvetica", "TimesRoman", "Courier" or "Dialog".
<param name="font_size" value="12">Size of the text font.
<param name="font_style" value="0">Style of the text font ("0"=plain, "1"=bold, "2"=italic, "3"=1+2=bold+italic)..
Example:
<param name="title_font_style" value="0">.
<param name="border" value="yes">"yes" or "no".
<param name="space" value="15">Horizontal space between menu item (text) and its rectangle border, in pixels.
<param name="scroll_delay" value="16">This is the delay in milliseconds between redraws. In other words it represents the speed of the horizontal scrolling. The lower the number, the faster it scrolls.
<param name="xspace" value="1">Horizontal space between menu rectangles border.
<param name="scroll_jump" value="1">"scroll_jump" is the distance in screen pixels to jump between frames.
<param name="yposition" value="14">"yposition" is the distance from the top of the applet to draw the text messages.
<param name="mouse_over" value="normal">"normal" or "stop"
<param name="textN" value="Popular Applets Collection">Menu item. (N =1,2,3...,number of menu items). You must start at 1 and increase by 1 at each time.
<param name="linkN" value="http://japplets.tripod.com/popular.html">The absolute and/or relative URLs.
<param name="target_frameN" value="_self">Target frame. Sometimes you want the URL to be opened in a particular frame or in a completly different window. Use this parameter to specify the destination of the URL to open.
</applet>The last part works like all other HTML tags and defines the end of the applet tag </applet>.


Getting Started

  • Place the class file (menuscroll.class) in the directory containing the HTML document into which you want to insert the applet (or into a different directory, and add the correct CODEBASE= attribute).
  • Add the applet tag to your HTML document in the position you want Horizontal Menu Scroll Java applet to appear.
  • The info parameter must be included for the applet to run. It is case sensitive, and the number of spaces between words must be identical (entirely single-spaced). If you try to run the applet and you see the message "info parameter error", it denotes a problem with this parameter.
  • Java is case sensitive.


Linking to My Web Site

If you use unregistered version of this applet in your own website and you want to include a link to my homepage, you can use the images "sbn.gif" or "bbn.gif" and type this HTML code in your pages:


java applets

<a href="http://japplets.tripod.com/"><img src="sbn.gif" alt="java applets"></a>

java applets

<a href="http://japplets.tripod.com/"><img src="bbn.gif" alt="java applets"></a>

This is absolutely optional. I will be very happy if you do so.
Thanks.

Troubleshooting & Support

  • Please send me any questions, requests or remarks you might have to: quickshare@excite.com
  • Usually the easiest way to customize the applet is cut and paste the applet tag information used in the sample and modify it to fit your web page.
  • If you see a "class not found" message, this means what it says -- your browser can't find the .class files specified. You've forgotten to copy the .class file (menuscroll.class) to the necessary directory.
  • Make sure that your <APPLET> tag, closing </APPLET> tag, and all <PARAM> tags have < and > brackets. Check that the value for every parameter is enclosed between " signs.
  • If you see a NullPointerException displayed in the browser status-bar, it's most likely to be caused by a mistake in an parameter. Check it.
  • If the applet runs, but you can't make it do what you want it to do, please take another look at the documentation.




Horizontal Menu Scroll Java Applet- Copyright (C) by Gokhan Dagli 2000



Java Applets

Absolute Menu

Magic Text Scroll

Newsticker

Colorfader

Billboard

Magic Image

Colorbook

DissolveImage

Screw

FineDots

Java Applets Home



Text Effects Collection Java Applets

Announcer

A.H. Scrolling Text

Message Slider

Headline Typer

Flying Letters

Headlines

TypeWriter

Wipe Right



Popular Applets Collection Java Applets

Horizontal Menu Scroll

Advanced Newsticker

Advanced News Scroll